RecordingOptions

class RecordingOptions

Recording options

Since

1.3.0

Constructors

RecordingOptions
Link copied to clipboard
fun RecordingOptions(recordingType: RecordingOptions.RecordingType, directoryPath: String)

Constructor without specified file name. A default file name template {recording_type}_{call_id}_{timestamp}.mp4 will be used for creating recorded file.

RecordingOptions
Link copied to clipboard
fun RecordingOptions(recordingType: RecordingOptions.RecordingType, directoryPath: String, fileName: String)

Constructor with specified file name.

Types

RecordingType
Link copied to clipboard
enum RecordingType : Enum<RecordingOptions.RecordingType>

Recording types